home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / bmpdf.zip / MAKEFILE.TXT < prev    next >
Text File  |  1996-01-09  |  1KB  |  71 lines

  1. #sample make file
  2.  
  3. Message
  4. Sample makefile
  5.  
  6. # Place comments after #
  7.  
  8. set indir c:\work\textures
  9. set outdir c:\dfuse\textures
  10. set paldir c:\dfuse\dark
  11.  
  12. SIMPLE A.BM
  13. 1.bmp /T #transparent
  14.  
  15. ANIMATED B.BM 3 255     #number of frames is 3, speed of animation is 255
  16. 1.bmp dfuse.pal
  17. 2.bmp dfuse.pal
  18. 1.bmp dfuse.pal
  19.  
  20. SWITCH C.BM
  21. 1.bmp  dfuse.pal
  22. 2.bmp  dfuse.pal
  23.  
  24. set indir c:\work\frames
  25. set outdir c:\dfuse\sprites
  26.  
  27. Frame F.FME
  28. 1.bmp dfuse.pal
  29.  
  30.  
  31. frame f1.fme -146 -150
  32. c:\windows\256color.bmp dfuse.pal /u #uncompressed
  33.  
  34. DELT secbase.dlt
  35. secbase.bmp brf-jan.plt
  36.  
  37. LFD dfbrief.lfd 4
  38. brf-jan.anm
  39. secbase.dlt
  40. brf-jan.plt
  41. about.txt TEXT #Non standard extension, tag needed
  42.  
  43. FILM ftextcra.FLM
  44. 89.9 Seconds
  45. >VIEW untitled
  46. END
  47. >PLTT tcrwlpal
  48. *TIME* Start  # Start=0
  49. PALETTE 0     # set tcrwlpal palette at the start of the cutscene
  50. END
  51. >PLTT 1eplan
  52. *TIME* 89.0
  53. PALETTE 0     # set palette 1eplan after 89 seconds from the beginning
  54. END
  55. >DELT starbc1x
  56. *TIME* Start
  57. SWITCH On
  58. LAYER 15
  59. "3" 88.9  # the code 3 corresponds to *TIME* command.
  60. SWITCH On
  61. END
  62. >DELT textcraw
  63. *TIME* Start
  64. MOVE -1 34 0 0
  65. SPEED 0 -3 0 0
  66. SWITCH On
  67. *TIME* 88.6
  68. SWITCH Off
  69. END
  70. >END UNTITLED
  71.